d_rss.mrss

Undocumented in source.

Members

Aliases

mrss_generic_t
alias mrss_generic_t = void*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Enums

CURLcode
enum CURLcode
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrss_element_t
enum mrss_element_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrss_error_t
enum mrss_error_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrss_flag_t
enum mrss_flag_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrss_version_t
enum mrss_version_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

mrss_curl_strerror
char* mrss_curl_strerror(CURLcode err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrss_element
mrss_error_t mrss_element(mrss_generic_t element, mrss_element_t* ret)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrss_free
mrss_error_t mrss_free(mrss_generic_t element)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrss_get
mrss_error_t mrss_get(mrss_generic_t element, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrss_get_last_modified
mrss_error_t mrss_get_last_modified(char* urlstring, time_t* lastmodified)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrss_get_last_modified_with_options
mrss_error_t mrss_get_last_modified_with_options(char* urlstring, time_t* lastmodified, mrss_options_t* options)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrss_get_last_modified_with_options_and_error
mrss_error_t mrss_get_last_modified_with_options_and_error(char* urlstring, time_t* lastmodified, mrss_options_t* options, CURLcode* curl_code)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrss_new
mrss_error_t mrss_new(mrss_t** mrss)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrss_new_subdata
mrss_error_t mrss_new_subdata(mrss_generic_t element, mrss_element_t subelement, mrss_generic_t subdata)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrss_options_free
void mrss_options_free(mrss_options_t* options)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrss_options_new
mrss_options_t* mrss_options_new(int timeout, char* proxy, char* proxy_authentication, char* certfile, char* password, char* cacert, int verifypeer, char* authentication, char* user_agent)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrss_parse_buffer
mrss_error_t mrss_parse_buffer(char* buffer, size_t size_buffer, mrss_t** mrss)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrss_parse_file
mrss_error_t mrss_parse_file(char* file, mrss_t** mrss)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrss_parse_url
mrss_error_t mrss_parse_url(char* url, mrss_t** mrss)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrss_parse_url_with_options
mrss_error_t mrss_parse_url_with_options(char* url, mrss_t** mrss, mrss_options_t* options)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrss_parse_url_with_options_and_error
mrss_error_t mrss_parse_url_with_options_and_error(char* url, mrss_t** mrss, mrss_options_t* options, CURLcode* curlcode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrss_parse_url_with_options_error_and_transfer_buffer
mrss_error_t mrss_parse_url_with_options_error_and_transfer_buffer(char* url, mrss_t** mrss, mrss_options_t* options, CURLcode* curlcode, char** feed_content, int* feed_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrss_remove_subdata
mrss_error_t mrss_remove_subdata(mrss_generic_t element, mrss_generic_t subdata)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrss_search_attribute
mrss_error_t mrss_search_attribute(mrss_generic_t element, char* name, char* ns, mrss_attribute_t** attribute)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrss_search_tag
mrss_error_t mrss_search_tag(mrss_generic_t element, char* name, char* ns, mrss_tag_t** tag)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrss_set
mrss_error_t mrss_set(mrss_generic_t element, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrss_strerror
char* mrss_strerror(mrss_error_t err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrss_write_buffer
mrss_error_t mrss_write_buffer(mrss_t* mrss, char** buffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrss_write_file
mrss_error_t mrss_write_file(mrss_t* mrss, char* file)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Manifest constants

LIBMRSS_MAJOR_VERSION
enum LIBMRSS_MAJOR_VERSION;
Undocumented in source.
LIBMRSS_MICRO_VERSION
enum LIBMRSS_MICRO_VERSION;
Undocumented in source.
LIBMRSS_MINOR_VERSION
enum LIBMRSS_MINOR_VERSION;
Undocumented in source.
LIBMRSS_VERSION_STRING
enum LIBMRSS_VERSION_STRING;

Translation to the D Programming language by Laeeth Isharc 2015 https://github.com/Laeeth/d_rss

Structs

mrss_attribute_t
struct mrss_attribute_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrss_category_t
struct mrss_category_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrss_day_t
struct mrss_day_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrss_hour_t
struct mrss_hour_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrss_item_t
struct mrss_item_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrss_options_t
struct mrss_options_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrss_t
struct mrss_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrss_tag_t
struct mrss_tag_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta